home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / PatchDevice.lha / PatchDevice / PatchDevice.doc < prev   
Text File  |  1995-04-29  |  1KB  |  52 lines

  1. PatchDevice                                                       PatchDevice
  2.  
  3.    NAME
  4.     PatchDevice
  5.  
  6.    VERSION
  7.     PatchDevice 1.0 by Thomas Kessler (29.4.95)
  8.  
  9.    SYNOPSIS
  10.     PatchDevice OLDNAME/A,NEWNAME/A,OLDUNIT/N,NEWUNIT/N,FORCE/S,QUIET/S
  11.  
  12.    FUNCTION
  13.     PatchDevice is a tool to patch the name and unit of a device to
  14.     another name and unit.
  15.     
  16.     Some programs use hardcoded devicenames, like 'serial.device'
  17.     or 'parallel.device'. Also various controller-tools for
  18.     'xxxscsi.device' or similar use hardcoded names or units.
  19.  
  20.     With PatchDevice you can change these names and units of the
  21.     devices to names and units which your system needs.
  22.  
  23.     If the new specified device is not available in the system,
  24.     PatchDevice informs you about that (see FORCE/S).
  25.     
  26.     Remove the patch with sending a ctrl-c to the process or use
  27.     the 'C:Break' command.
  28.  
  29.    INPUTS
  30.     OLDNAME/A    old (hardcoded) name
  31.  
  32.     NEWNAME/A    new (your) name
  33.  
  34.     OLDUNIT/N    old unit number
  35.  
  36.     NEWUNIT/N    new unit number
  37.  
  38.     FORCE/S        force installation also if newname is not available
  39.             in the system.
  40.  
  41.     QUIET/S        no text-output
  42.  
  43.    NOTE
  44.     If you want to start PatchDevice in your user-startup, you
  45.     will have to 'Run' it.
  46.  
  47.     "Run <>NIL: PatchDevice serial.device mymegaserial.device QUIET"
  48.  
  49.    AUTHOR
  50.     Thomas Kessler (kessler@fim.uni-erlangen.de)
  51.  
  52.